Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show native plugin info in the effect selection dialog #1985

Merged
merged 1 commit into from Apr 20, 2015

Conversation

michaelgregorius
Copy link
Contributor

The effect selection dialog now also shows the information for the native
plugins. This included name, description, author as well as the plugin
icon.

Also removed the group box with the title "Plugin description" because
it should be rather obvious to the user that further information about
the plugin is shown. This removes some clutter from the dialog.

The effect selection dialog now also shows the information for the native
plugins. This included name, description, author as well as the plugin
icon.

Also removed the group box with the title "Plugin description" because
it should be rather obvious to the user that further information about
the plugin is shown. This removes some clutter from the dialog.
@michaelgregorius
Copy link
Contributor Author

With this patch the dialog now looks as follows on my system:
1985-screenshot

@Wallacoloo
Copy link
Member

I like this idea. It's useful to have description/author info for native plugins. I just tested your change, and it works fine on my system (Ubuntu 14.10, x86_64).

As for the icons, literally all but four of my plugins have that same one shown in your screenshot. And the other four simply don't have icons. But note that I haven't installed any plugins not distributed with lmms.

@michaelgregorius
Copy link
Contributor Author

Yes, unfortunately all plugins seem to have the same icon. Perhaps showing them in the dialog will motivate some artists to create individual icons for the effects to give them more character. 🎨 😃

@tresf
Copy link
Member

tresf commented Apr 20, 2015

Perhaps showing them in the dialog will motivate some artists to create individual icons for the effects to give them more character.

Agreed.

@curlymorphic
Copy link
Contributor

I like this. A nice improvement. It would be nice if all these Icons were designed by the same person, so there is some consistency.


hbox->addWidget(textualInfoWidget);

QVBoxLayout * textWidgetLayout = new QVBoxLayout( textualInfoWidget);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I much prefer the name textWidgetLayout to the old one l 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think in times of IDEs with autocompletion variable names like l should be made a thing of the past. :)

@curlymorphic
Copy link
Contributor

I just tested this, and looked over the code, every thing looks good to me.

tresf added a commit that referenced this pull request Apr 20, 2015
Show native plugin info in the effect selection dialog
@tresf tresf merged commit f869b35 into LMMS:master Apr 20, 2015
@michaelgregorius michaelgregorius deleted the EffectSelectDialog branch April 20, 2015 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants